home *** CD-ROM | disk | FTP | other *** search
/ Amiga CD-ROM Collection / Amiga CD-ROM Collection - Auge 4000 and Cactus and Demo Util.iso / auge4000 / 46 / lib / amiga / x.a < prev   
Text File  |  1990-06-20  |  497b  |  22 lines

  1.  
  2.             ;    (c)Copyright 1990, Matthew Dillon, All Rights Reserved
  3.             ;
  4.             ;    There are two levels of init.    Level 0 is standalone
  5.             ;    init that requires NO external references and is used
  6.             ;    to open libraries and such.
  7.             ;
  8.             ;    Level 1 contains init routines that require libraries
  9.             ;    to already be open.
  10.  
  11.             section autoinit0,code
  12.             rts
  13.             section autoinit1,code
  14.             rts
  15.             section autoexit0,code
  16.             rts
  17.             section autoexit1,code
  18.             rts
  19.  
  20.             END
  21.  
  22.